3.5.56 \(\int (c \cos (e+f x))^m \sqrt {a+b \cos (e+f x)} (A+B \cos (e+f x)) \, dx\) [456]

Optimal. Leaf size=38 \[ \text {Int}\left ((c \cos (e+f x))^m \sqrt {a+b \cos (e+f x)} (A+B \cos (e+f x)),x\right ) \]

[Out]

Unintegrable((c*cos(f*x+e))^m*(A+B*cos(f*x+e))*(a+b*cos(f*x+e))^(1/2),x)

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int (c \cos (e+f x))^m \sqrt {a+b \cos (e+f x)} (A+B \cos (e+f x)) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(c*Cos[e + f*x])^m*Sqrt[a + b*Cos[e + f*x]]*(A + B*Cos[e + f*x]),x]

[Out]

Defer[Int][(c*Cos[e + f*x])^m*Sqrt[a + b*Cos[e + f*x]]*(A + B*Cos[e + f*x]), x]

Rubi steps

\begin {align*} \int (c \cos (e+f x))^m \sqrt {a+b \cos (e+f x)} (A+B \cos (e+f x)) \, dx &=\int (c \cos (e+f x))^m \sqrt {a+b \cos (e+f x)} (A+B \cos (e+f x)) \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 8.89, size = 0, normalized size = 0.00 \begin {gather*} \int (c \cos (e+f x))^m \sqrt {a+b \cos (e+f x)} (A+B \cos (e+f x)) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(c*Cos[e + f*x])^m*Sqrt[a + b*Cos[e + f*x]]*(A + B*Cos[e + f*x]),x]

[Out]

Integrate[(c*Cos[e + f*x])^m*Sqrt[a + b*Cos[e + f*x]]*(A + B*Cos[e + f*x]), x]

________________________________________________________________________________________

Maple [A]
time = 0.14, size = 0, normalized size = 0.00 \[\int \left (c \cos \left (f x +e \right )\right )^{m} \left (A +B \cos \left (f x +e \right )\right ) \sqrt {a +b \cos \left (f x +e \right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*cos(f*x+e))^m*(A+B*cos(f*x+e))*(a+b*cos(f*x+e))^(1/2),x)

[Out]

int((c*cos(f*x+e))^m*(A+B*cos(f*x+e))*(a+b*cos(f*x+e))^(1/2),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cos(f*x+e))^m*(A+B*cos(f*x+e))*(a+b*cos(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

integrate((B*cos(f*x + e) + A)*sqrt(b*cos(f*x + e) + a)*(c*cos(f*x + e))^m, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cos(f*x+e))^m*(A+B*cos(f*x+e))*(a+b*cos(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

integral((B*cos(f*x + e) + A)*sqrt(b*cos(f*x + e) + a)*(c*cos(f*x + e))^m, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (c \cos {\left (e + f x \right )}\right )^{m} \left (A + B \cos {\left (e + f x \right )}\right ) \sqrt {a + b \cos {\left (e + f x \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cos(f*x+e))**m*(A+B*cos(f*x+e))*(a+b*cos(f*x+e))**(1/2),x)

[Out]

Integral((c*cos(e + f*x))**m*(A + B*cos(e + f*x))*sqrt(a + b*cos(e + f*x)), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*cos(f*x+e))^m*(A+B*cos(f*x+e))*(a+b*cos(f*x+e))^(1/2),x, algorithm="giac")

[Out]

integrate((B*cos(f*x + e) + A)*sqrt(b*cos(f*x + e) + a)*(c*cos(f*x + e))^m, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int {\left (c\,\cos \left (e+f\,x\right )\right )}^m\,\left (A+B\,\cos \left (e+f\,x\right )\right )\,\sqrt {a+b\,\cos \left (e+f\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*cos(e + f*x))^m*(A + B*cos(e + f*x))*(a + b*cos(e + f*x))^(1/2),x)

[Out]

int((c*cos(e + f*x))^m*(A + B*cos(e + f*x))*(a + b*cos(e + f*x))^(1/2), x)

________________________________________________________________________________________